ATI Industrial Automation   ATICombinedDAQFT .NET Class Library  

Visit our website.

GetWorkingMatrix( matrix(,) As Double ) As Integer

Get the working calibration matrix for this sensor.

Arguments

matrix

In: A 6 x 6 array of doubles.

Out: The 6 x 6 calibration matrix which is multiplied by the strain gauge voltage vector to calculate the force and torque values. This matrix is affected by any tool transformations you have created using ToolTransform, the current force units, which you can set using SetForceUnits, and the torque units, which you can set using SetTorqueUnits.

Returns

0: success
1: calibration not initialized. Call LoadCalibrationFile before calling this function

See Also

ToolTransform | SetForceUnits | SetTorqueUnits | LoadCalibrationFile